mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 05:54:45 +08:00
#2132 - Replace command_chain and chain_with with ale#command#Run
This commit is contained in:
@@ -19,7 +19,7 @@ Execute (The executable should be configurable):
|
||||
\]
|
||||
|
||||
Execute (The -b option should be used when available):
|
||||
WithChainResults [
|
||||
GivenCommandOutput [
|
||||
\ 'Syntax checker for Erlang (0.14.0)',
|
||||
\ 'Usage: syntaxerl [-d | --debug] <FILENAME>',
|
||||
\ ' syntaxerl <-h | --help>',
|
||||
@@ -31,7 +31,7 @@ Execute (The -b option should be used when available):
|
||||
\ ale#Escape('syntaxerl') . ' %t',
|
||||
\]
|
||||
|
||||
WithChainResults [
|
||||
GivenCommandOutput [
|
||||
\ 'Syntax checker for Erlang (0.14.0)',
|
||||
\ 'Usage: syntaxerl [-b | --base <FILENAME>] [-d | --debug] <FILENAME>',
|
||||
\ ' syntaxerl <-h | --help>',
|
||||
|
||||
Reference in New Issue
Block a user