Skip to content

Commit

Permalink
chore: comment to describe the intention of dev option
Browse files Browse the repository at this point in the history
  • Loading branch information
wafuwafu13 committed Oct 9, 2023
1 parent 832e96b commit 226bc1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ pub enum AdminSub {
/// [WIP] Create or update DynamoDB tables based on CloudFormation template files (.cfn.yml).
#[structopt(setting(structopt::clap::AppSettings::Hidden))]
Apply {
/// Try features under development
#[structopt(long)]
dev: bool,
},
Expand Down

0 comments on commit 226bc1c

Please sign in to comment.