Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve help formatting in CLI tools #390

Merged
merged 21 commits into from
Jul 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added #pragma once. #370
  • Loading branch information
jonmclean committed Jul 17, 2023
commit a261cdbf2786c0b45860ca024c679ef06db45517
5 changes: 1 addition & 4 deletions include/program_options_utils.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

#ifndef DISKANN_PROGRAM_OPTIONS_UTILS_CPP
#define DISKANN_PROGRAM_OPTIONS_UTILS_CPP
#pragma once

#include <string.h>

Expand Down Expand Up @@ -67,5 +66,3 @@ const char *UNIVERSAL_LABEL =
const char *FILTERED_LBUILD = "Build complexity for filtered points, higher value results in better graphs";

} // namespace program_options_utils

#endif // DISKANN_PROGRAM_OPTIONS_UTILS_CPP
Loading