H-uru / dirtsand

The D'ni in Real-Time Server and Network Dæmon
GNU Affero General Public License v3.0
35 stars 24 forks source link

More verbose help listing #162

Open DamnBriggsy opened 2 years ago

DamnBriggsy commented 2 years ago

This is a request to have more information when using the 'help' command, as well as the ability to display more help for specific commands if necessary. For example:

ds-918> help
    addacct <user> <password> [adds an account]
    addallplayers <playerId> [whatever this does]
    clients [lists currently connected clients]
    ...

If more detail was needed for a specific command rather than a short blurb, typing 'help [command]' could be used to display that information. An example would be the modacct command; typing "help modacct" could have the console output what the different flags are and what they do.