-
Updated
Aug 5, 2022 - Shell
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 31,253 public repositories matching this topic...
-
Updated
Aug 5, 2022 - Python
-
Updated
Aug 6, 2022 - Rust
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 ;)
Describe the feature or problem you’d like to solve
There's a case of extremely confusing overloading of arguments: the old gist gem/command line tool used to interpret -p as private, whereas gh gist create -p means public. I am not asking that this be changed, merely giving context.
Since it's easy to shoot yourself in the foot by muscle memory, it would be ideal if the CLI said w
This is just for bookkeeping.
Currently we can reset to branch from the branches panel, reset to origin/branch from the files panel, but there is no reset to custom destination.
-
Updated
Aug 5, 2022 - Go
The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks should be used for and how they work.
The Schematics for libraries page on angular.io [demonstrates an example for adding a task](https://angular.io/guide/schematics-f
Since fd 8.4, we show this error message:
▶ fd foo -X non-existent
[fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 }
which is confusing for the average user.
The reason for that is the usage of argmax::Command instead of std::process::Command. This should pro
-
Updated
Aug 6, 2022 - TypeScript
-
Updated
Jul 29, 2022 - Python
-
Updated
Aug 6, 2022 - JavaScript
Sanity checks
- My issue relates to a specific CLI completion spec (e.g.
git checkoutis missing options ingitcompletion spec). If your issue is more general, please create your issue here: withfig/fig - I have searched [github.com/withfig/autocomplete/issues](https://gi
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Jul 24, 2022 - TypeScript
-
Updated
Aug 2, 2022 - Go
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Aug 1, 2022
Describe the Bug
The completions for the --all flag to the latest command are missing.
Steps to Reproduce
Type asdf latest and press .
Expected Behaviour
Show --all flag besides installed plugins.
Actual Behaviour
Only shows plugins.
Environment
SHELL:
zsh 5.8 (x86_64-apple-darwin21.0)
ASDF VERSION:
v0.10.0
ASDF ENVIRONMENT VARIABLES:
AS-
Updated
Aug 4, 2022 - C

Would it be possible for bat to read from the
hidden_file_extensionsproperty of.sublime-syntaxfiles in addition to thefile_extensionproperty? For some projects, file types are have a different extension than usual, such as XML in C# and VB.NET projects (.csprojand.vbprojare written in XML syntax). These less common extensions seem to be already listed in some.sublime-syntaxf