This commit is contained in:
naskya 2024-06-23 17:10:53 +09:00
parent ca392ed20c
commit 1d38d4c4df
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,4 @@
//! `config update v1` subcommand
//! Update the config files to revision 1
//! <https://firefish.dev/firefish/firefish/-/issues/10947>
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)")]