-
Updated
Feb 28, 2022 - Python
Command line interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 4,658 public repositories matching this topic...
-
Updated
Mar 4, 2022 - Python
-
Updated
Jan 24, 2022 - Python
-
Updated
Feb 9, 2022 - Python
Describe the bug
The function typer.main.get_group is annotated as returning a click.Command which isn't wrong because a click.Group is a click.Command, but means I have to cast to group when trying to integrate with existing Click applications.
To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario:
-
Updated
Feb 22, 2022 - Python
-
Updated
Mar 5, 2022 - Python
-
Updated
Nov 13, 2021 - Python
-
Updated
Feb 8, 2022 - Python
$DOTGLOB = True
$COMPLETION_IN_THREAD = True
$COMPLETIONS_BRACKETS = False
$COMPLETIONS_DISPLAY = "single"
$CASE_SENSITIVE_COMPLETIONS = False
$UPDATE_COMPLETIONS_ON_KEYPRESS = True
$COMMANDS_CACHE_SAVE_INTERMEDIATE = True
$XONSH_HISTORY_BACKEND = "sqlite"
$XONSH_HISTORY_FILE = "/h
Currently, you can do something like this: Task(Flow/RunID/StepName) and this will not result in an error but then the resulting Task object behaves in a bizarre manner where things like t.data will work but t.data.my_artifact will not for example.
We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:
- Metaflo
-
Updated
Feb 27, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Jan 15, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Mar 4, 2022 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Mar 6, 2022 - Python
-
Updated
May 2, 2021 - Python
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)