-
Updated
Sep 3, 2021 - 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 24,370 public repositories matching this topic...
-
Updated
Aug 29, 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 ;)
When you run gh pr view
, for example, we will look up the current branch and display the latest PR that has it as its head branch. We do this even for closed PRs so that operations like gh pr view
and gh pr reopen
can work.
When one is on the default branch, however, I don't think the same logic should apply. Looking up closed PRs that have main
as their head branch is most likely goi
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
Aug 31, 2021 - JavaScript
I want an option to only list text files (i.e., exclude binaries).
-
Updated
Sep 5, 2021 - TypeScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Aug 28, 2021 - TypeScript
-
Updated
Sep 5, 2021 - JavaScript
-
Updated
Sep 1, 2021 - Go
-
Updated
Sep 4, 2021
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Sep 3, 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
Sep 5, 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
Follow the same route as for the fish/zsh completions in
.github/workflows/CICD.yml
.