-
-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch partially addresses #1014 and removes usage of boost program_options library in core/commands.cc. More specifically it reimplements handling of runscript options: '--env=VAR=abc' by using simple logic to detect and parse individual argv elements. In order to fully address #1014 we also need to modify loader.cc to not use program options. Signed-off-by: Waldemar Kozaczuk <jwkozaczuk@gmail.com> Message-Id: <20190928133933.11202-1-jwkozaczuk@gmail.com>
- Loading branch information
Showing
1 changed file
with
46 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters