Commit Graph

2 Commits

Author SHA1 Message Date
Pieter Noordhuis 3851b59bbd
Move code for including command name in user agent () 2023-02-15 10:33:35 +01:00
Pieter Noordhuis 9ca7f8a888
Configure user agent in root command ()
This configures the user agent with the bricks version and the name of
the command being executed.

Example user agent value:
```
> * User-Agent: bricks/0.0.21-devel databricks-sdk-go/0.2.0 go/1.19.4 os/darwin cmd/sync auth/pat
```

This is a follow up for .
2023-02-03 16:47:33 +01:00