1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-22 03:29:10 +01:00
phorge-arcanist/src/parser/argument
epriestley d3b77af8a5 Require "--" as an argument terminator when running noninteractively
Summary:
Depends on D21001. Ref T13490.

  - Require "--" to terminate arguments when running noninteractively.
  - Don't correct spelling when running noninteractively (we still suggest corrections).
  - Remove old "phage" wrapper script.
  - Fix an issue where "argv" could implicitly generate a parseable "--argv" flag.
  - Accept "--" as an argument terminator even when there is no argument list.
  - Update some strings to use more modern quoting style.
  - Make workflows decline to handle signals by default.
  - Allow "arc weld" to weld non-UTF8 files together.

Test Plan: Ran various commands. Welded non-UTF8 files.

Maniphest Tasks: T13490

Differential Revision: https://secure.phabricator.com/D21002
2020-02-16 09:16:51 -08:00
..
__tests__ Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
exception Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
workflow Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilArgumentParser.php Require "--" as an argument terminator when running noninteractively 2020-02-16 09:16:51 -08:00
PhutilArgumentSpecification.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
PhutilArgumentSpellingCorrector.php Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00