diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 13:03:04 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 13:03:04 +0100 |
commit | 1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b (patch) | |
tree | 8c949a1ef85b00e881a0d052e2956ecbe74a4910 /src/main.rs | |
parent | 65f4ceae7835a1bed8ff65ecbc4933b4b3553c84 (diff) | |
download | aerogramme-1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b.tar.gz aerogramme-1f6e64d34e44b8b7bc7247af38bccf3ade86cf0b.zip |
add support for hot reloading
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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, } |