From 98356d3232fec9bf4866292009837064176871b183b52df3a55fc98405f08a53 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 3 Oct 2025 20:37:09 +0300 Subject: [PATCH] Ability to export part of configuration --- dsc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dsc b/dsc index 837942b..4cb72f8 100755 --- a/dsc +++ b/dsc @@ -28,8 +28,8 @@ if {$argc == 0} { dsc diff [prefix] -- show the difference between saved and stash dsc revert opt -- revert opt's configuration dsc commit -- commit (save) configuration - dsc export >file.txtar -- export whole configuration - dsc import file.txtar -- export (whole by default) configuration + dsc import