We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533e38c commit 1a51aebCopy full SHA for 1a51aeb
assistants/crt/cpp.yaml
@@ -61,7 +61,7 @@ run:
61
- $clemail2~: $(uname -n)
62
- $clemail~: "$clemail1@$clemail1"
63
- cl: sed -i "s|Fri Mar 15 2013 UserName <user@host>|$cldate $clname <$clemail>|" "$basename.spec"
64
- - use: git_init_add_commit.run
+ - use: git.init_add_commit.run
65
- else:
66
- cl: cd "$lowername"
67
- log_i: 'Project already exists'
meta.yaml
@@ -12,6 +12,7 @@ bugreports: https://github.com/devassistant/dap-cpp/issues
12
dependencies:
13
- common_args
14
- eclipse
15
+ - git
16
- vim
17
description: |
18
Kickstarts new C++ projects
0 commit comments