| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- Fix broken `cmd_as_argument.py` example whose `speak` command was crashing because `str` has no `copy` method since strings are immutable in Python. - Update the startup_commands.md documentation to make it more discoverable what the recommended solution is for mixing commands at invocation with a custom argparse parser.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1735 +/- ##
==========================================
- Coverage 99.66% 99.64% -0.02%
==========================================
Files 23 23
Lines 5937 5937
==========================================
- Hits 5917 5916 -1
- Misses 20 21 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Sorry, something went wrong.
Also: - Make one feature of `argparse_example.py` more discoverable
Also: - Make some documentation more consistent with the example it was referring to
| Back | FazBrowse Home | New Git URL |
Fix broken example and improve some documentation