ages_cli/
lib.rs

1
2// TODO: Add variants for each command that can be run via `ages-cli`
3pub enum Command {
4    Hello
5}