From 1d38d4c4df39646be1658207be8da9e4ebaf2d3b Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 23 Jun 2024 17:10:53 +0900 Subject: [PATCH] WIP --- src/command/config/update/v1.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command/config/update/v1.rs b/src/command/config/update/v1.rs index bd5e2ec..7563938 100644 --- a/src/command/config/update/v1.rs +++ b/src/command/config/update/v1.rs @@ -1,4 +1,4 @@ -//! `config update v1` subcommand +//! Update the config files to revision 1 //! use crate::{ @@ -16,7 +16,7 @@ use std::{ use url::Url; use yaml_rust::{Yaml, YamlLoader}; -/// Errors that can happen in `config update v1` subcommand +/// Errors that can happen in upgrading process #[derive(thiserror::Error, Debug)] pub(crate) enum Error { #[error("failed to parse the old config file (.config/default.yml)")]