Skip to content

Commit

Permalink
doc(saku-lib/pkg/config): improve inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Jun 22, 2024
1 parent a4298aa commit fe66fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saku-lib/pkg/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use crate::util::filepath;

#[derive(Serialize, Deserialize)]
pub struct ConfigMain {
// whether to update saku on `saku update`; true means no update
// update saku on `saku update` (default: false)
pub frozen_update: bool,
// whether to cleanup on `saku install`; true means no cleanup
// cleanup on `saku install` (default: false)
pub no_install_cleanup: bool,
}

Expand Down

0 comments on commit fe66fc1

Please sign in to comment.