Skip to content

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 Aug 5, 2016
1 parent d1c73a0 commit 7a1126c
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 7a1126c

Please sign in to comment.