aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 13:03:04 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 13:03:04 +0100
commit1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b (patch)
tree8c949a1ef85b00e881a0d052e2956ecbe74a4910 /src/main.rs
parent65f4ceae7835a1bed8ff65ecbc4933b4b3553c84 (diff)
downloadaerogramme-1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b.tar.gz
aerogramme-1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b.zip
add support for hot reloading
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3d87d11..02ba5e4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -42,7 +42,7 @@ enum Command {
Provider(ProviderCommand),
#[clap(subcommand)]
- /// Specific tooling, should not be part of a normal workflow, for debug & experimenting only
+ /// Specific tooling, should not be part of a normal workflow, for debug & experimentation only
Tools(ToolsCommand),
//Test,
}