mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop
This commit is contained in:
commit
16c6a9f89d
21 changed files with 41 additions and 41 deletions
|
@ -16,7 +16,7 @@ languages = [
|
|||
("Русский", "ru"), # Russian
|
||||
# ("Español", "es"), # Spanish
|
||||
("Türkçe", "tr"), # Turkish
|
||||
("Українська", "uk"), # Ukranian
|
||||
("Українська", "uk"), # Ukrainian
|
||||
]
|
||||
|
||||
versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4", "2.4.1"]
|
||||
|
|
|
@ -40,7 +40,7 @@ Verbose mode
|
|||
When developing, it's convenient to run OnionShare from a terminal and add the ``--verbose`` (or ``-v``) flag to the command.
|
||||
This prints a lot of helpful messages to the terminal, such as when certain objects are initialized, when events occur (like buttons clicked, settings saved or reloaded), and other debug info. For example::
|
||||
|
||||
$ $ poetry run onionshare-cli -v ~/Documents/roms/nes/Q-bert\ \(USA\).nes
|
||||
$ poetry run onionshare-cli -v ~/Documents/roms/nes/Q-bert\ \(USA\).nes
|
||||
╭───────────────────────────────────────────╮
|
||||
│ * ▄▄█████▄▄ * │
|
||||
│ ▄████▀▀▀████▄ * │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue