From 012f75e765148a862ad66198ca571f571ddfed3d Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Jan 2025 01:00:01 +0800 Subject: [PATCH] feat: add --output in help message --- src/help_dart.rs | 2 +- src/help_go.rs | 2 +- src/help_js.rs | 2 +- src/help_rs.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/help_dart.rs b/src/help_dart.rs index 0110e48..77630f3 100644 --- a/src/help_dart.rs +++ b/src/help_dart.rs @@ -5,7 +5,7 @@ Show help: $ rundart -h|--help Show template: -$ rundart -t|--template +$ rundart -t|--template [--output script.dart] Show scriptions: $ rundart -l|--list diff --git a/src/help_go.rs b/src/help_go.rs index c751ded..064c8ab 100644 --- a/src/help_go.rs +++ b/src/help_go.rs @@ -5,7 +5,7 @@ Show help: $ rungo -h|--help Show template: -$ rungo -t|--template +$ rungo -t|--template [--output script.go] Show scriptions: $ rungo -l|--list diff --git a/src/help_js.rs b/src/help_js.rs index 7ec5fc1..058460e 100644 --- a/src/help_js.rs +++ b/src/help_js.rs @@ -5,7 +5,7 @@ Show help: $ runjs -h|--help Show template: -$ runjs -t|--template +$ runjs -t|--template [--output script.js] Show scriptions: $ runjs -l|--list diff --git a/src/help_rs.rs b/src/help_rs.rs index 835c8ba..e17e5b7 100644 --- a/src/help_rs.rs +++ b/src/help_rs.rs @@ -5,7 +5,7 @@ Show help: $ runrs -h|--help Show template: -$ runrs -t|--template +$ runrs -t|--template [--output script.rs] Show scriptions: $ runrs -l|--list