diff options
| author | Dan Engelbrecht <[email protected]> | 2025-06-04 14:03:55 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-06-04 14:03:55 +0200 |
| commit | c44b9f7151a047cde5edd369f9adb09518a0bc6f (patch) | |
| tree | 7daf674e363c67f492ea1f9d0527764a60f9135a /src/zenutil/include | |
| parent | new builds search (#418) (diff) | |
| download | zen-c44b9f7151a047cde5edd369f9adb09518a0bc6f.tar.xz zen-c44b9f7151a047cde5edd369f9adb09518a0bc6f.zip | |
builds download url (#419)
* RemoveQuotes helper
* `--url` option for `zen builds` command has been reworked to accept a "Cloud Artifact URL", removing the need to specify "host", "namespace" and "bucket" separately
Diffstat (limited to 'src/zenutil/include')
| -rw-r--r-- | src/zenutil/include/zenutil/commandlineoptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/include/zenutil/commandlineoptions.h b/src/zenutil/include/zenutil/commandlineoptions.h index b7581f6cd..f927d41e5 100644 --- a/src/zenutil/include/zenutil/commandlineoptions.h +++ b/src/zenutil/include/zenutil/commandlineoptions.h @@ -22,6 +22,7 @@ std::vector<char*> StripCommandlineQuotes(std::vector<std::string>& InOutArg void MakeSafeAbsolutePathÍnPlace(std::filesystem::path& Path); [[nodiscard]] std::filesystem::path MakeSafeAbsolutePath(const std::filesystem::path& Path); std::filesystem::path StringToPath(const std::string_view& Path); +std::string_view RemoveQuotes(const std::string_view& Arg); void commandlineoptions_forcelink(); // internal |