FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-github-backup/github_backup/__main__.py at master · josegonzalez/python-github-backup · GitHub
josegonzalez
/
python-github-backup
Public
Notifications
You must be signed in to change notification settings
Fork
266
Star
1.6k
Code
Issues
5
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-github-backup
/
github_backup
/
__main__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (10 loc) · 271 Bytes
Breadcrumbs
python-github-backup
/
github_backup
/
__main__.py
Copy path
File metadata and controls
13 lines (10 loc) · 271 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
"""Allow running as: python -m github_backup"""
import
sys
from
github_backup
.
cli
import
main
from
github_backup
.
github_backup
import
logger
if
__name__
==
"__main__"
:
try
:
main
()
except
Exception
as
e
:
logger
.
error
(
str
(
e
))
sys
.
exit
(
1
)
Back
|
FazBrowse Home
|
New Git URL