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,282 public repositories matching this topic...
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
GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
-
Updated
Jan 4, 2022 - Go
-
Updated
Dec 10, 2021 - Go
-
Updated
Jan 8, 2022 - Go
potential api example
bit fix undo-commit
bit fix untrack-file
bit fix rename-commit
bit fix catch-up-to-branch
-
Updated
Jan 2, 2022 - Go
Currently, terragrunt hclfmt will tell you if there are errors with your hcl file, but not display what they are if you are using --terragrunt-check flag. Example:
terragrunt hclfmt --terragrunt-check --terragrunt-log-level error
terraform fmt has this functionality with the -diff switch to show you what changes it would end up doing, which is great for CI and the end-user feedback l
Is your feature request related to a problem? Please describe.
when running Datree's pre-commit, there is no ("native") way to pass the account token to the docker image
Describe the solution you'd like
A way to inject the account token from the pre-commit config
Describe alternatives you've considered
pass the account token as env variable to the docker image
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
Coming from: aws ec2 describe-reserved-instances
-
Updated
Jan 2, 2022 - Go
-
Updated
Nov 19, 2021 - Go
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go-
Updated
Oct 6, 2021 - Go
-
Updated
Jun 5, 2019 - Go
-
Updated
Dec 8, 2021 - Go
-
Updated
Oct 26, 2021 - Go

Describe the bug
Running
gh release createwith the--discussion-categoryflag and uploading asset files creates a Github Release with the asset files, but the Discussion is not added. Removing the asset files from the command will create a Github Release with a DiscussionThe test case for this would be a combination of
asset filesanddiscussion categorytest cases in https://gi