mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-14 04:31:34 +00:00
Add description
This commit is contained in:
parent
235159b8cf
commit
451db34c2d
1 changed files with 2 additions and 0 deletions
|
@ -157,10 +157,12 @@ def get_opts() -> argparse.Namespace:
|
|||
group_misc = parser.add_argument_group("Other options")
|
||||
group_misc.add_argument(
|
||||
"--mic",
|
||||
help="Set MIC device",
|
||||
)
|
||||
group_misc.add_argument(
|
||||
"--show-devices",
|
||||
action="store_true",
|
||||
help="Show MIC devices",
|
||||
)
|
||||
group_misc.add_argument(
|
||||
"--debug",
|
||||
|
|
Loading…
Reference in a new issue