Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Add temporary workaround for airlift/airline#51
Browse files Browse the repository at this point in the history
  • Loading branch information
SerialVelocity committed Jul 21, 2016
1 parent 94a1262 commit db39f4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ public abstract class AbstractCommand implements Callable<Integer> {
description = "path to yaml configuration file for atlasdb")
private File configFile;

// TODO: Hide this argument once https://github.com/airlift/airline/issues/51 is fixed
@Option(name = {"--inline-config"},
title = "INLINE CONFIG",
type = OptionType.GLOBAL,
description = "inline configuration file for atlasdb",
hidden = true)
description = "inline configuration file for atlasdb")
private String inlineConfig;

@Option(name = {"--config-root"},
Expand Down

0 comments on commit db39f4e

Please sign in to comment.