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

[dev.icinga.com #8472] Missing support for command line arguments in the format --arg=<value> #1397

Closed
icinga-migration opened this issue Feb 18, 2015 · 3 comments
Labels
area/cli Affects the command line (icingacli) bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/8472

Created by jmeyer on 2015-02-18 15:40:48 +00:00

Assignee: aklimov
Status: Resolved (closed on 2015-06-10 15:25:03 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-06-10 15:25:03 +00:00 (in Redmine)


Some CLI commands have their arguments documented as

--arg=

which is wrong as it should be

--arg 

I'm not sure though whether we should fix the documentation or our pretty argument parser ;)

Changesets

2015-06-10 15:19:49 +00:00 by aklimov 392047b

Add support for command line arguments in the format --arg=<value>

refs #8472

2015-06-10 15:20:27 +00:00 by aklimov 98b2699

Documentation: use command line arguments in the format --arg=<value>

refs #8472

2015-06-10 15:22:32 +00:00 by aklimov 8f9f232

Merge branch 'bugfix/Add-support-for-command-line-arguments-in-the-format-arg-value-8472'

fixes #8472
@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-27 10:04:14 +00:00

  • Subject changed from Fix the CLI's command examples and argument reference to Missing support for command line arguments in the format --arg=
  • Target Version changed from 140 to 2.0.0-rc1

We should fix the command parser.

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-06-10 15:18:28 +00:00

  • Status changed from New to Assigned
  • Assigned to set to aklimov

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-06-10 15:25:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8f9f232.

@icinga-migration icinga-migration added bug Something isn't working area/cli Affects the command line (icingacli) labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0.0-rc1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Affects the command line (icingacli) bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant