SampSharp icon indicating copy to clipboard operation
SampSharp copied to clipboard

[WIP] [cmd] Add generic command parser (#405)

Open ikkentim opened this issue 3 years ago • 0 comments

todo

  • [x] Parser structure
  • [ ] Argument parsing
  • [ ] Command overloading
  • [ ] Usage messages
  • [ ] Structure for help commands
  • [ ] Localization support
  • [ ] Automatic command detection
  • [ ] Documentation
  • [ ] Support for asynchronous command handlers
  • [ ] Command filters (for permission checking)
  • [ ] Implementation: player commands [GM]
  • [ ] Implementation: RCON commands [GM]
  • [ ] Implementation: player commands [ECS]
  • [ ] Implementation: RCON commands [ECS]

ikkentim avatar Apr 23 '22 19:04 ikkentim