mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +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 = parser.add_argument_group("Other options")
|
||||||
group_misc.add_argument(
|
group_misc.add_argument(
|
||||||
"--mic",
|
"--mic",
|
||||||
|
help="Set MIC device",
|
||||||
)
|
)
|
||||||
group_misc.add_argument(
|
group_misc.add_argument(
|
||||||
"--show-devices",
|
"--show-devices",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
help="Show MIC devices",
|
||||||
)
|
)
|
||||||
group_misc.add_argument(
|
group_misc.add_argument(
|
||||||
"--debug",
|
"--debug",
|
||||||
|
|
Loading…
Reference in a new issue