mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
Add Pip3 support (#75)
* add pip3 support * add pip3 e2e * chore: rename var
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
eventCommandPnpm = "pmg_command_pnpm"
|
||||
eventCommandYarn = "pmg_command_yarn"
|
||||
eventCommandPip = "pmg_command_pip"
|
||||
eventCommandPip3 = "pmg_command_pip3"
|
||||
eventCommandUv = "pmg_command_uv"
|
||||
eventCommandPoetry = "pmg_command_poetry"
|
||||
|
||||
@@ -39,6 +40,10 @@ func TrackCommandPip() {
|
||||
TrackEvent(eventCommandPip)
|
||||
}
|
||||
|
||||
func TrackCommandPip3() {
|
||||
TrackEvent(eventCommandPip3)
|
||||
}
|
||||
|
||||
func TrackCommandUv() {
|
||||
TrackEvent(eventCommandUv)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user