Switch back to the global scope
()
| 250 | |
| 251 | @use.command(name="GLOBAL") |
| 252 | def _global(): |
| 253 | """Switch back to the global scope""" |
| 254 | switch_context("global") |
| 255 | click.secho("Using GLOBAL", fg="green") |
| 256 | |
| 257 | |
| 258 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected