This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: command line arguments


Hi -

hunt wrote:
> [...]
> Why not do things the standard way and just pass all the args in as
> strings? 

Because then they cannot substitute for numeric literals, such as
parameters to probe point functors, histogram parameters.

> Encoding the type in the args makes the command line very inflexible. 
> No way to do variable args. No way to do standard options, etc. 

How so?  If you want to look at them as strings, only refer to
@1....@NNN.


- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]