bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Global-commit] global gtags/gtags.c gtags/manual.in libutil/ar...


From: Shigio YAMAGUCHI
Subject: Re: [Global-commit] global gtags/gtags.c gtags/manual.in libutil/ar...
Date: Sun, 1 Mar 2020 18:58:28 +0900

> (1) The case where there is no space between option -C and the argument
> is not supported.
> The following two command lines should be equivalent.
> $ gtags -C dir
> $ gtags -Cdir
>
> (2) Cannot concatenate "C" with option without arguments after single
> hyphen.
> The following two command lines should be equivalent.
> $ gtags -v -C dir
> $ gtags -vC dir

I have updated the repository to solve these problems.
These all work:

gtags -v -C /tmp/global
gtags -vC /tmp/global
gtags -vC/tmp/global
gtags --directory /tmp/global
gtags --directory=/tmp/global
gtags --director=/tmp/global
gtags --directo=/tmp/global
gtags --direct=/tmp/global
gtags --direc=/tmp/global
gtags --dire=/tmp/global
gtags --dir=/tmp/global
gtags --di=/tmp/global

Regards,
Shigio

2020年2月6日(木) 3:53 Hideki IWAMOTO <address@hidden>:
>
> Hi. Yamaguchi san.
>
> Analysis of the  short option looks incomplete.
>
> (1) The case where there is no space between option -C and the argument
> is not supported.
> The following two command lines should be equivalent.
> $ gtags -C dir
> $ gtags -Cdir
>
> (2) Cannot concatenate "C" with option without arguments after single
> hyphen.
> The following two command lines should be equivalent.
> $ gtags -v -C dir
> $ gtags -vC dir
>
> On Tue,  4 Feb 2020 01:50:07 -0500 (EST)
> address@hidden (Shigio YAMAGUCHI) wrote:
>
> > CVSROOT:      /sources/global
> > Module name:  global
> > Changes by:   Shigio YAMAGUCHI <shigio>       20/02/04 01:50:07
> >
> > Modified files:
> >       gtags          : gtags.c manual.in
> >       libutil        : args.c
> >
> > Log message:
> >       Added new -C, --directory option.
> >
> > CVSWeb URLs:
> > http://cvs.savannah.gnu.org/viewcvs/global/gtags/gtags.c?cvsroot=global&r1=1.286&r2=1.287
> > http://cvs.savannah.gnu.org/viewcvs/global/gtags/manual.in?cvsroot=global&r1=1.127&r2=1.128
> > http://cvs.savannah.gnu.org/viewcvs/global/libutil/args.c?cvsroot=global&r1=1.11&r2=1.12
> >
> > _______________________________________________
> > Global-commit mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/global-commit
>
> --
> Hideki IWAMOTO <address@hidden>
>


-- 
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]