Add a stubbed out command line client

Review Request #2313 — Created March 4, 2023 and discarded

Information

traversity/traversity
default

Reviewers

Add a stubbed out command line client

Verified that the version command works and that it does the right thing on too many arguments or not enough.

Summary ID
Add a stubbed out command line client
d0c9ffc8d90db78984f12bf39a4882c797d8783d
Description From Last Updated

You might want to use g_option_context_set_strict_posix which says it can be used to create subcommands with their own options.

QuLogicQuLogic
QuLogic
  1. 
      
  2. traversity-cli/traversityclicore.c (Diff revision 1)
     
     

    You might want to use g_option_context_set_strict_posix which says it can be used to create subcommands with their own options.

    1. You know I read the first line of the docs for that, but not the rest... whoops :-D

  3. 
      
ivanhoe
  1. 
      
  2. traversity-cli/traversityclicore.c (Diff revision 1)
     
     

    Should this maybe specify that it displays the version of the traversity library and not that of the CLI client?

  3. 
      
grim
Review request changed

Status: Discarded

Change Summary:

This can't be done with GOptionContext, at least not with a working help system, we'll have to write something else.

Loading...