1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00
This commit is contained in:
deadc0de6
2024-11-08 14:49:12 +01:00
committed by deadc0de
parent 2ad7bb3009
commit c7527b5f0f
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ handle higher level of the config file
import os
import shlex
import platform
import distro
import re
import distro
# local imports
@@ -25,7 +25,7 @@ from dotdrop.exceptions import UndefinedException, YamlException, \
TILD = '~'
YAML_OK = '[^0-9a-zA-Z.\-_]+'
YAML_OK = r'[^0-9a-zA-Z.\-_]+'
YAML_REPL = '_'

View File

@@ -61,7 +61,7 @@ USAGE = f"""
Usage:
dotdrop install [-VbtfndDaWR] [-c <path>] [-p <profile>]
[-w <nb>] [<key>...]
dotdrop import [-Vbdfm] [-c <path>] [-p <profile>]
dotdrop import [-Vbdfm] [-c <path>] [-p <profile>]
[-i <pattern>...] [--dkey=<key>]
[--transr=<key>] [--transw=<key>]
[-l <link>] [-s <path>] <path>...