correct typo
This commit is contained in:
parent
145bb03fa1
commit
0069c1f68a
|
@ -1,5 +1,5 @@
|
||||||
#[derive(clap::Args)]
|
#[derive(clap::Args)]
|
||||||
/// Create a new Aiken project
|
/// Format an Aiken project
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
/// Files to format
|
/// Files to format
|
||||||
#[clap(default_value = ".")]
|
#[clap(default_value = ".")]
|
||||||
|
|
Loading…
Reference in New Issue