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 24,967 public repositories matching this topic...
The ansi theme doesn't have lineHighlight defined, so the highlighted line is not apparent.
-
Updated
Oct 3, 2021 - 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
This is a follow up to: cli/cli#4441
The gh cs list command should be able to support the -L/--limit argument.
Proposed solution
- default limit should be 30
- using
-L/--limitwill cause pagination until the limit is reached or the are no more codespaces
This will make thegh cs listcomman
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution
-
Updated
Oct 5, 2021 - JavaScript
I want an option to only list text files (i.e., exclude binaries).
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Sep 16, 2021 - Go
-
Updated
Oct 7, 2021
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Oct 1, 2021 - C
We should discuss/consider using baseUrl in our tsconfig so we can change imports like this:
import { Thing } from "../../components/thing"to this
import { Thing } from "components/thing"-
Updated
Oct 7, 2021 - C
Steps to reproduce
Run asdf. In help output a line is printed for the asdf env command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY

What enhancement would you like to see?
I would like to disable all warnings when using --check-status together with --quiet (that is the behaviour prior to issue #1026 ). It can be implemented as another flag (--quieter or --no-warnings)
What problem does it solve?
I am using a script with some failing scenarios being handled by the return code and I prefer a cleaner output, without