Commit c006d82
committed
style(packaging): use long-form flags for less common options
Replace short flags with long-form equivalents for less obvious options:
ln -sfn → --symbolic --force --no-dereference
cp -L → --dereference
grep -qE → --quiet --extended-regexp
Kept short form for universally known flags (mkdir -p, rm -rf,
chown -R, docker -v/-w/-e, etc.).1 parent 4e6444d commit c006d82
File tree
2 files changed
+4
-4
lines changed- components/core/tools/packaging
- common
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments