Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
More questions about zsh internals and documentation system
- X-seq: zsh-users 12800
- From: "Johann \"Myrkraverk\" Oskarsson" <johann@xxxxxxxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: More questions about zsh internals and documentation system
- Date: Tue, 22 Apr 2008 01:48:41 +0000
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
Some C libraries are initialized with some_init( &argc, argv )
function that remove the library specific flags from argv. Can a
builtin behave in the same way, when given $@ ? Or, if that's not
possible, can it be hard coded like this?
When documenting a function that takes many long parameters, how
should I do that nicely? Just using item( tt(some_init) [ tt(-arg1)
var(param1) ] .. [ tt(-argn) ]) renders ugly in both man and pdf. My
attempts to break this into lines have all failed to look good.
Johann
PS: Thanks for answering my previous questions, Peter.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author