summaryrefslogtreecommitdiff
path: root/cli/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/src/main.rs')
-rw-r--r--cli/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/src/main.rs b/cli/src/main.rs
index e8b08bdb..8726a301 100644
--- a/cli/src/main.rs
+++ b/cli/src/main.rs
@@ -52,9 +52,11 @@ pub struct CliArguments {
#[command()]
enum Command {
/// Compiles the input file into a PDF file
+ #[command(visible_alias = "c")]
Compile(CompileCommand),
/// Watches the input file and recompiles on changes
+ #[command(visible_alias = "w")]
Watch(WatchCommand),
/// List all discovered fonts in system and custom font paths