Skip to content

Commit

Permalink
docs(cli): add todo comment with missing commands
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Jul 26, 2024
1 parent 4bb65d2 commit 60fcf22
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,22 @@ enum Command {
},
}

// TODO: missing commands:
// - user import
// - user-budget over
// - project-budget over
// - flavor import
// - flavor usage
// - flavor-group initialize
// - flavor-group usage
// - flavor-price initialize
// - flavor-quota check
// - server-state import
// - server-consumption
// - server-cost
// - budget-over-tree
// - budget-bulk-create

fn main() -> ExitCode {
let cli = Cli::parse();
let token = match cli.credentials.token {
Expand Down

0 comments on commit 60fcf22

Please sign in to comment.