cli/config: Obsolete `{get,set,push,remove,unset}`
modified CHANGELOG.md
@@ -28,6 +28,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/config.rs
@@ -5,10 +5,13 @@ use args::Command;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -23,6 +26,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -31,19 +35,27 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
@@ -68,6 +80,8 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -83,6 +97,8 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/config/args.rs
@@ -29,6 +29,8 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +38,8 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -43,12 +47,16 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -59,6 +67,8 @@ pub(crate) enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/profile.rs
@@ -12,7 +12,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/profile/config.rs
@@ -206,15 +206,8 @@ impl Config {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -225,9 +218,11 @@ impl Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -241,6 +236,7 @@ pub enum ModifyError {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -396,6 +392,7 @@ impl RawConfig {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -406,11 +403,14 @@ impl TryFrom<RawConfig> for Config {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -418,6 +418,7 @@ enum RawConfigValue {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -438,12 +439,14 @@ impl From<&str> for ConfigValue {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -461,8 +464,10 @@ impl From<ConfigValue> for json::Value {
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -477,12 +482,14 @@ impl ConfigPath {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|