Skip to content

Commit

Permalink
Add verbose_on to env variables (i hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
desumn committed Dec 2, 2023
1 parent 8842fcc commit 6e844a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/opamArg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ let environment_variables =
"see option `--skip-updates'.";
"STATS", cli_original, (fun v -> STATS (env_bool v)),
"display stats at the end of command.";
"VERBOSE_ON", cli_from cli2_2, (fun v -> VERBOSEON (env_string_list v)),
"see option --verbose-on";
"WORKINGDIR", cli_original, (fun v -> WORKINGDIR (env_bool v)),
"see option `--working-dir'.";
] in
Expand Down

0 comments on commit 6e844a9

Please sign in to comment.