Hi Cameron,
Cameron Simpson writes:
> On 10Feb2022 14:14, Loris Bennett wrote:
>>I am writing a command line program which will modify entries in a
>>database and am trying out SQLAlchemy.
>>
>>A typical command might look like
>>
>> um --operation add --uid ada --gid coders --lang en
>>
>>Par
On 10Feb2022 14:14, Loris Bennett wrote:
>I am writing a command line program which will modify entries in a
>database and am trying out SQLAlchemy.
>
>A typical command might look like
>
> um --operation add --uid ada --gid coders --lang en
>
>Parsing the arguments I get, ignoring the operation,
Hi,
I am writing a command line program which will modify entries in a
database and am trying out SQLAlchemy.
A typical command might look like
um --operation add --uid ada --gid coders --lang en
Parsing the arguments I get, ignoring the operation, a dict
{uid: "ada", gid: "coders", lang: