Skip to content

Commit

Permalink
Add about to FullCli command
Browse files Browse the repository at this point in the history
  • Loading branch information
FranchuFranchu committed Feb 27, 2024
1 parent d613a12 commit 0b659fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fn main() {

#[derive(Parser, Debug)]
#[command(author, version)]
/// A massively parallel Interaction Combinator evaluator
struct FullCli {
#[command(subcommand)]
pub mode: CliMode,
Expand Down Expand Up @@ -100,6 +101,7 @@ struct RunArgs {
}

#[derive(Subcommand, Clone, Debug)]
#[command(author, version)]
enum CliMode {
/// Compile a hvm-core program into a Rust crate
Compile {
Expand Down

0 comments on commit 0b659fc

Please sign in to comment.