Switch back to the global scope
()
| 200 | |
| 201 | @use.command(name="GLOBAL") |
| 202 | def _global(): |
| 203 | """Switch back to the global scope""" |
| 204 | switch_context("global") |
| 205 | click.secho("Using GLOBAL", fg="green") |
nothing calls this directly
no test coverage detected