Modify

Ticket #240 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

no help command

Reported by: wingo@… Owned by: thomas
Priority: major Milestone: 0.2.5
Component: moap Version: TRUNK
Keywords: Cc:

Description

Steps to reproduce: wingo@bracket:~/src/moap$ moap help

Expected output: help :)

Actual output: Unknown command 'help'.

Attachments

Change History

comment:1 Changed 6 years ago by thomas

See #242 - canonical way of getting help with a program is -h or --help.

Not sure it's worth it writing code that differentiates between "moap help" and "moap help (subcommand)", and polluting the command tree with a "help" command at each level.

Patches considered though.

comment:2 Changed 6 years ago by anonymous

I am aware that there are other means of getting help. This bug report is that it would be useful to have various means of getting help, which I for one find helpful.

comment:3 Changed 6 years ago by thomas

  • Status changed from new to closed
  • Resolution set to fixed

(In [283]) * command.py:

Add help command. Fixes #240.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.