summaryrefslogtreecommitdiffstats
path: root/src/verb/verb_invocation.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-05-16 11:05:16 +0200
committerCanop <cano.petrole@gmail.com>2020-05-16 11:05:16 +0200
commit2b020b395a0f71e82639569932ee1d2c0ee09ed3 (patch)
treece80eb928b545b49d9175ef452f0b04ea4361bb7 /src/verb/verb_invocation.rs
parent01027934dd13ae176ed192484419b09a2686dc6d (diff)
fill the input when executing commands of --cmd
Diffstat (limited to 'src/verb/verb_invocation.rs')
-rw-r--r--src/verb/verb_invocation.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verb/verb_invocation.rs b/src/verb/verb_invocation.rs
index 0d833a5..cf82833 100644
--- a/src/verb/verb_invocation.rs
+++ b/src/verb/verb_invocation.rs
@@ -45,7 +45,6 @@ impl VerbInvocation {
}
/// basically return the invocation but allow another name (the shortcut
/// or a variant)
- /// TODO add the ':' ?
pub fn to_string_for_name(&self, name: &str) -> String {
let mut s = String::new();
if self.bang {