xbps-query(8): added --fulldeptree to print a full dependency tree with -x.
This fixes the regression introduced in 0.37 with -xx; -xx is not supported anymore, use `--fulldeptree -x`.
This commit is contained in:
@ -35,10 +35,8 @@
|
||||
#endif
|
||||
|
||||
/* from show-deps.c */
|
||||
int show_pkg_deps(struct xbps_handle *, const char *, bool);
|
||||
int show_pkg_revdeps(struct xbps_handle *, const char *);
|
||||
int repo_show_pkg_deps(struct xbps_handle *, const char *, bool);
|
||||
int repo_show_pkg_revdeps(struct xbps_handle *, const char *);
|
||||
int show_pkg_deps(struct xbps_handle *, const char *, bool, bool);
|
||||
int show_pkg_revdeps(struct xbps_handle *, const char *, bool);
|
||||
|
||||
/* from show-info-files.c */
|
||||
void show_pkg_info(xbps_dictionary_t);
|
||||
|
Reference in New Issue
Block a user