Add long options for misc and network (#10753)

This commit is contained in:
Hofer-Julian
2023-10-19 18:16:44 +02:00
committed by GitHub
parent adb99938f7
commit 5f2089a15b
9 changed files with 29 additions and 26 deletions

View File

@ -60,7 +60,7 @@ impl Command for Tutor {
},
Example {
description: "Search a tutorial by phrase",
example: "tutor -f \"$in\"",
example: "tutor --find \"$in\"",
result: None,
},
]