diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
commit | 5487be65a6f493968c0e997d93bcd5c2d87158ef (patch) | |
tree | faf8f7d528bf4e6c2611c894f6c3165d9fd2488c /bpkg/rep-remove.hxx | |
parent | acf830d519ba2b467f5eb0968b44a514b1b0e2b3 (diff) |
Add --no-result option to suppress printing informational messages
Diffstat (limited to 'bpkg/rep-remove.hxx')
-rw-r--r-- | bpkg/rep-remove.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/rep-remove.hxx b/bpkg/rep-remove.hxx index a8d4908..68d8a36 100644 --- a/bpkg/rep-remove.hxx +++ b/bpkg/rep-remove.hxx @@ -40,7 +40,10 @@ namespace bpkg // - Remove all available packages. // void - rep_remove_clean (const dir_path& conf, database&, bool quiet = true); + rep_remove_clean (const common_options&, + const dir_path& conf, + database&, + bool quiet = true); // Remove a repository from locations of the available packages it // contains. Remove packages that come from only this repository. |