Though not useful on all platforms (e.g. parsing args in console apps), many systems which utilize Remora.Commands may find an autocomplete or type ahead adapter useful.
On the Remora side, this includes Remora.Discord, which expands Remora.Commands with this functionality.
API Proposal
For this first version, I propose copying several types from Remora.Discord.Commands into Remora.Commands, removing Discord-specific implementation details as necessary. These types include:
Though not useful on all platforms (e.g. parsing
argsin console apps), many systems which utilize Remora.Commands may find an autocomplete or type ahead adapter useful.On the Remora side, this includes Remora.Discord, which expands Remora.Commands with this functionality.
API Proposal
For this first version, I propose copying several types from Remora.Discord.Commands into Remora.Commands, removing Discord-specific implementation details as necessary. These types include: