Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Add --shell-auto-fallback #7

Merged
merged 5 commits into from
May 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add --shell-auto-fallback to usage
  • Loading branch information
passcod committed May 31, 2017
commit 2a1d85af3b0fce52b06cf5041ccf716c3454be04
3 changes: 2 additions & 1 deletion parse-args.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
const npa = require('npm-package-arg')
const yargs = require('yargs')

const usage = `$0 [--package|-p <package>] [--cache <path>] [--save-dev|-D] [--save-prod|-P] [--save-optional|-O] [--save-bundle|-B] [--save-exact|-E] [--global|-g] [--prefix|-C] [--userconfig <path>] [-c <string>] [--version|-v] [--] <command>[@version] [command-arg]...`
const usage = `$0 [--package|-p <package>] [--cache <path>] [--save-dev|-D] [--save-prod|-P] [--save-optional|-O] [--save-bundle|-B] [--save-exact|-E] [--global|-g] [--prefix|-C] [--userconfig <path>] [-c <string>] [--version|-v] [--] <command>[@version] [command-arg]...
$0 --shell-auto-fallback [<shell>]`

module.exports = parseArgs
function parseArgs () {
Expand Down