Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue flag not showing up under help #19

Closed
cwpearson opened this issue Aug 14, 2018 · 1 comment
Closed

queue flag not showing up under help #19

cwpearson opened this issue Aug 14, 2018 · 1 comment
Assignees
Labels

Comments

@cwpearson
Copy link
Contributor

rai/cmd/root.go

Line 147 in 55c569d

RootCmd.PersistentFlags().StringVarP(&jobQueueName, "queue", "q", "", "Name of the job queue. Infers queue from build file by default.")

There is a queue flag (-q also), but it doesn't show up under help. Is this intentional?

$ rai version -p .
BuildDate:  2018-02-28T21:37:13Z
GitCommit:  449bef2
GitBranch:  HEAD
GitState:  dirty
GitSummary:  v0.2.22-3-g449bef2-dirty
$ rai --help
The client is used to submit jobs to the server.

Usage:
  rai [flags]
  rai [command]

Available Commands:
  buildtime   Prints the time the binary was compiled
  completion  Generates bash completition files.
  encrypt     
  env         Prints the environment variables.
  help        Help about any command
  license     Displays the project license.
  ranking     View anonymous rankings.
  self-update Update RAI if a new version exists
  version     Prints a the version information
  whoami      Prints the user information.

Flags:
  -f, --build cwd       Path to the build file. Defaults to cwd/rai_build.yml file.
  -c, --color           Toggle color output. (default true)
  -d, --debug           Toggle debug mode.
  -h, --help            help for rai
  -p, --path string     Path to the directory you wish to submit. Defaults to the current working directory. (default "/home/pearson/Downloads")
      --submit string   mark the kind of submission (m2, m3, final)
  -v, --verbose         Toggle verbose mode.

Use "rai [command] --help" for more information about a command.
@abduld
Copy link
Contributor

abduld commented Aug 14, 2018

@abduld abduld closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants