gh-138122: Refactor the CLI of profiling.sampling into subcommands (#141813)

This commit is contained in:
Pablo Galindo Salgado 2025-11-24 11:45:08 +00:00 committed by GitHub
parent 425f24e4fa
commit 3eec46d3c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1460 additions and 1440 deletions

View file

@ -45,7 +45,7 @@
system restrictions or missing privileges.
"""
from .sample import main
from .cli import main
def handle_permission_error():
"""Handle PermissionError by displaying appropriate error message."""