argparse 1.1.0: now with ANSI colors and styles

2022-08-24 Thread Andrey Zherikov via Digitalmars-d-announce
New version 1.1.0 of `argparse` is published! Major feature in this version is fully customized ANSI coloring and styling. Here is an example of default styling:

arsd 10.9 tagged

2022-08-24 Thread Adam D Ruppe via Digitalmars-d-announce
release notes on my blog: http://dpldocs.info/this-week-in-d/Blog.Posted_2022_08_22.html known as arsd-official on dub, the library is a set of about 80 generally independent modules that you can pick and choose functionality from without onerous compile time nor run time dependencies,

Re: New WIP DUB documentation

2022-08-24 Thread bauss via Digitalmars-d-announce
On Wednesday, 24 August 2022 at 10:31:55 UTC, Andrey Zherikov wrote: Just throwing an idea: may be dub can support yaml which has comments? The sdl format already supports that, which dub uses. Json is supposed to be deprecated in dub, but obviously works for backwards compatibility.

Re: New WIP DUB documentation

2022-08-24 Thread Andrey Zherikov via Digitalmars-d-announce
Just throwing an idea: may be dub can support yaml which has comments?

Re: New WIP DUB documentation

2022-08-24 Thread Mathias LANG via Digitalmars-d-announce
On Thursday, 18 August 2022 at 20:00:10 UTC, Bastiaan Veelo wrote: That's already possible, as unrecognised items are ignored. Actually, from next version, dub will start to warn you (in dub.json) about unknown keys. It does catch quite a lot of mistakes, see

Re: New WIP DUB documentation

2022-08-24 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 18 August 2022 at 20:00:10 UTC, Bastiaan Veelo wrote: That's already possible, as unrecognised items are ignored. This is however not flexible enough, as comments are not so much wanted for adding explanations but much more for commenting out specific parts. It does work