Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/use_esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Aug 3, 2021
2 parents 8876e33 + de23b8f commit 4210674
Show file tree
Hide file tree
Showing 13 changed files with 8,882 additions and 1,531 deletions.
4 changes: 3 additions & 1 deletion dev/bat.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
export const completionSpec: Fig.Spec = {
const completionSpec: Fig.Spec = {
name: "bat",
description: "concatenate and print files",
args: {
variadic: true,
template: "filepaths",
},
};

export default completionSpec;
4 changes: 3 additions & 1 deletion dev/create-react-native-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const boolArg: Fig.Arg = {
],
};

export const completionSpec: Fig.Spec = {
const completionSpec: Fig.Spec = {
name: "create-react-native-app",
description: "Creates a new React Native project",
args: {
Expand Down Expand Up @@ -102,3 +102,5 @@ export const completionSpec: Fig.Spec = {
},
],
};

export default completionSpec;
Loading

0 comments on commit 4210674

Please sign in to comment.