Leo Liu
04c830244d
Cosmetic change: remove last comma-first style
il y a 9 ans
Paul Oliver
92025b2013
Fix quoting problem in zsh completion
il y a 9 ans
alisdair sullivan
f9b6765d07
add shell completions for `include` flag for `ct` provider
il y a 9 ans
Alexander Færøy
da39732fd3
Add short-options to the eunit provider.
This patch adds support for short options in the eunit provider.
il y a 9 ans
Tuncer Ayaz
7c9dd6c1ec
bash completion: prevent future mistakes in lopts
To prevent future mistakes like the broken string introduced in
cf66dfd6ba, put opening and closing " on separate lines in each
multi-line lopts string. This also allows for cleaner (smaller) diffs
when removing/adding a flag.
il y a 9 ans
Tuncer Ayaz
81483f9f5d
bash completion: fix error introduced in cf66dfd6
cf66dfd6ba
introduced a syntax error in the modified lopts string.
Without the fix, you'll provoke a shell error when trying to complete
`rebar3 ct --<something>`.
il y a 9 ans
Fred Hebert
810b743261
Remove triple brackets in bbmustache templates
Issues formerly were avoided by quoting atoms. Unquoting them created
unbalanced tags (`{{{name}}`) which were mistakes. This patch inserts
spaces to unconfused bbmustache.
il y a 9 ans
Fred Hebert
3d0aa5e84a
Unquote templates, add a warning instead.
il y a 9 ans
Fred Hebert
9c0d819c12
contributors -> maintaiers in template app data
hex.pm is now using maintainers instead of contributors in metadata.
Templates should be updated to reflect it.
il y a 9 ans
alisdair sullivan
cf66dfd6ba
adjust shell completions to match available command line options
il y a 9 ans
alisdair sullivan
a4e020d1ed
update shell completions for new eunit commands
il y a 9 ans
Tristan Sloughter
13e6563be4
make short name the default in vmargs
il y a 9 ans
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
il y a 9 ans
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
il y a 9 ans
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
il y a 9 ans
Joe DeVivo
2ea06b87be
basic fish completions
il y a 9 ans
Tristan Sloughter
7382fb89f4
fix plugin provider source name
il y a 9 ans
Tristan Sloughter
1b951ff40c
add hex attributes to .app.src templates
il y a 9 ans
Tristan Sloughter
ac0a8d40cd
update plugin template to separate plugin init and providers
il y a 9 ans
Tristan Sloughter
9184bffadb
add relup to readme and shell completitions
il y a 9 ans
Tristan Sloughter
18e9def786
update readme and completions for new commands
il y a 10 ans
Tristan Sloughter
76893ca4b9
make deps task listed in help and update zsh/bash completions
il y a 10 ans
omarkj
f51d2d49dc
Ignore the build directory
il y a 10 ans
omarkj
fe19e4f891
Quote atoms to allow names to have dashes.
il y a 10 ans
Fred Hebert
3d810e521c
Make standalone vs complete project template clear
Some templates like OTP apps are usable within releases, so the text
does remain a bit vague, but hopefully less than before.
il y a 10 ans
Sergey Abramyan
84775fbcfa
Fix comma style in app.src templates
il y a 10 ans
Tristan Sloughter
6c72286bf9
add escriptize project template
il y a 10 ans
Tristan Sloughter
2e5496f5f5
remove use of erlydtl in rebar
il y a 10 ans
Fred Hebert
6acf0ea482
Add in shell completion for wtf->report rename
il y a 10 ans
Tristan Sloughter
3b56f3cc43
update the dir used for upgrade deps to the new path under _build
il y a 10 ans
derwinlu
0ceb3bd6ce
implement zsh completion
il y a 10 ans
Fred Hebert
a3274e1bc8
Fixes #306 : help text consistency
il y a 10 ans
derwinlu
61c4d75098
implement bash autocompletion
il y a 10 ans
Tristan Sloughter
8ff6a9f935
makefile tabs replace spaces and force clean
il y a 10 ans
Tristan Sloughter
410b98e0d4
makefile template fix
il y a 10 ans
Tristan Sloughter
313c75a46f
cmake template
il y a 10 ans
Tristan Sloughter
2da9be8880
fix defaults for relx template
il y a 10 ans
Tristan Sloughter
90438fb1a3
fix relx included rebar config typo
il y a 10 ans
Tristan Sloughter
cd46f5e28c
remove relx.config from release template
il y a 10 ans
Tristan Sloughter
c4ee53c8bc
move relx config into rebar config and add prod profile
il y a 10 ans
Tristan Sloughter
6914429bc6
remove include of rebar header from plugin template
il y a 10 ans
Tristan Sloughter
4002e57141
add .rebar3 to gitignore
il y a 10 ans
Tristan Sloughter
e5717547d5
update provider template for changes to format_error/1
il y a 10 ans
Tristan Sloughter
ddee7ec046
fix plugin module template, add merl to escript, upgrade erlydtl
il y a 10 ans
Fred Hebert
731c3fd8a4
Minor template fixes
- The OTP app template now adds the supevisor
- The default apps_dir value does not contain the trailing '/' that the
template index already added.
il y a 10 ans
Fred Hebert
ad9ca0cc86
Built-in templates create the project directory
il y a 10 ans
Fred Hebert
c4cf30e1d2
The .tmp0319203 output is gone
il y a 10 ans
Fred Hebert
2f1db5e063
Update plugin templates and doc to use template
il y a 10 ans
Fred Hebert
392abf1481
First unkeyed var is now 'name', appid -> name
The first variable can be unkeyed and the provider will sub in the
variable name 'name'. Additionally, the built-in templates and
documentation have been updated so that 'appid' is now 'name' and the
alternative commands are shown.
il y a 10 ans
Fred Hebert
c832b567db
Redo templates with docs and whatnot
This totally breaks compatibility with rebar2, and maybe it shouldn't
have.
il y a 10 ans