kr_command: Run a keybase command on the command line

Description Usage Arguments Examples

Description

Run a keybase command with the given arguments. Positional arguments are provided in order, while named arguments are prefixed with --name. Arguments passed as TRUE are empty (e.g. help = TRUE becomes --help), while FALSE and NULL are dropped.

Usage

1
kr_command(..., .verbose = TRUE)

Arguments

...

Arguments to construct a command, either unnamed (positional) or named

.verbose

Whether to display the output as a message

Examples

1
kr_command("create", "Rmd", "test.Rmd")

dgrtwo/knowledgerepo documentation built on May 25, 2019, 4:23 p.m.