mirror of
https://github.com/fspc/dswim.git
synced 2026-09-16 08:31:39 -04:00
Added all the source options, rearranged the logic.
This commit is contained in:
@@ -67,7 +67,8 @@ distribution a cinch.
|
||||
|
||||
Plan:
|
||||
|
||||
-- keeping just for historic interest
|
||||
-- keeping just for historic interest (and the previous has lots of history,
|
||||
too).
|
||||
|
||||
Eventually add information about every executable and significant
|
||||
program every source ball has, and provide sophisticated searching
|
||||
@@ -129,7 +130,10 @@ my($result) =
|
||||
"remove", "r", # remove all, but conf.
|
||||
"purge", # remove it all
|
||||
"reinstall", # reinstall
|
||||
"build-dep", # build dep packages for building a package
|
||||
"build-dep", # fetch package build deps
|
||||
"source", # fetch source packages
|
||||
"tar-only", # download tar source only
|
||||
"diff-only", # download diff source only
|
||||
"apt", # apt-get
|
||||
"update", # using sources.list
|
||||
"clean", # remove archives or apt2ftp
|
||||
@@ -1982,7 +1986,12 @@ usage:
|
||||
--remove
|
||||
-r - remove the installed package, but not the
|
||||
package's configuration files
|
||||
--reinstall - reinstall the installed package
|
||||
--reinstall - reinstall the installed package
|
||||
--build-dep - satisfy package build dependencies
|
||||
--source - fetch source packages
|
||||
-b - compile source packages
|
||||
--tar-only - download tar file only
|
||||
--diff-only - download diff file only
|
||||
|
||||
Editing Option
|
||||
--stdin - allows readline editing capabilities when
|
||||
|
||||
Reference in New Issue
Block a user