Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report #497  -  program_options: --option=value syntax silently ignored
Posted Jun 01, 2013 - updated Jun 30, 2013   Shortlink: http://arx.vg/497
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Not a bug" and resolution "NOT AN ISSUE".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Not a bug
  • Assigned to
    Not assigned to anyone
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Daniel Scharrer
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    NOT AN ISSUE
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Arx Libertatis 1.1
Issue description
This doesn't work:
  1. $ arx --data-dir=foobar
It should have the same effect as
  1. $ arx --data-dir foobar


Also, the old program options supported
  1. $ arx -dfoobar
as an alias for
  1. $ arx -d foobar
Might be worth fixing as well, as it's common for *nix commands.
Steps to reproduce this issue
Nothing entered.

#3
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jun 28, 21:35
--data-dir=foobar does work, problem was with my shell expansions

-dfoobar won't work as the this would require the general syntax to depend on the option, which we don't support.

The issue was updated with the following change(s):
  • The status has been updated, from New to Not a bug.
  • This issue has been closed
  • The resolution has been updated, from Not determined to NOT AN ISSUE.