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 2,166 public repositories matching this topic...
-
Updated
Mar 6, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
I may be reading it completely wrong, but the current way the Screen component decides whether to use a scrollview or not is to check isNonScrolling(preset)
The code:
export function isNonScrolling(preset?: ScreenPresets) {
// any of these things will make you scroll
return !preset || !presets[preset] || preset === "fixed"
}
The comment "Any of these things will make yo
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
Mar 6, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
OS : MacOs Mohave
Oclif :oclif/1.15.2 darwin-x64 node-v12.9.0
What is the current behavior?
I am getting following DeprecationWarning on in ocliftest on brand new oclif cli.
npm testnode:9787) DeprecationWarning: Configuration via mocha.opts is DEPRECATED and will be removed from a future version of Mocha. Use RC files or package.json inste
-
Updated
Jan 9, 2022 - TypeScript
Current Behavior
e.g There is no sign about --config option
Expected Behavior
--config should be documented
Currently allowed options are https://github.com/callstack/haul/blob/master/src/commands/start.js#L152 and https://github.com/callstack/haul/blob/master/src/commands/bundle.js#L117
Google Apps Script allows you to easily create dialogs with HTML (.html). However, some things like READMEs and CHANGELOGs are easier and more likely to be maintained as Markdown (.md) files.
I'm imagining a workflow where I could write some Typescript like:
function showChangelog() {
var html = HtmlService.createHtmlOutputFromFile('CHANGELOG')
.setWidth(480)-
Updated
Feb 27, 2022 - TypeScript
-
Updated
Mar 5, 2022 - TypeScript
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/master/CONTR
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Mar 5, 2022 - TypeScript
This is only used for get and set methods, and makes up 15% of the expo/config-plugins bundle (10% of expo/config). Every expo module installs config-plugins so this would positively effect a lot of projects.
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
pDescribe the Feature
I would love to see the ability to pass in an xcconfig file to run-ios so that configs can be used to customize the build process with xcodebuild. This is a very important feature for whitelabeled applications that use xcconfig, scheme and configuration for different versions of an app. I was able to make a 2 line change to pass in the xcconfig locally and it worked with
-
Updated
Mar 14, 2020 - TypeScript
For example, can we make gh pr 100 fetches the PR on my repo to local branch pr-100, while gh pr 100 -u johndoe fetches the PR on John Doe's repo to local branch john-doe-pr-100?
-
Updated
Feb 4, 2022 - TypeScript
Hi! Please add a possibility to choose folder of unpacked apk "apktool d", instead of apk file itself. I think it's a very useful feature.
Hello.
Is there a way to export an encrypted vault after logging in with --apikey flag.
The scenario is running a periodic task with GitHub Actions to export and re-upload my encrypted vault to another storage medium. I thought I could call export without a master password but the case seems not. I don't feel like providing GitHub with my master password.
I just noticed bw populates
The Schematics Glossary doesn't introduce what a
Taskis, making it difficult for new schematic developers to know whatTasks 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