Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Support a --dry-run flag, to say what we would do but not do it #28

@LittleKey

Description

@LittleKey

python: 2.7.13
slicker: 0.9.3
os: macOS 10.12.5

code snippet:

#!/usr/bin/env python
# encoding: utf-8

print('hello slicker')

def func(*args, **kwargs):
    pass

print('this is a func \'{}\''.format(func))

image

detail:
the function definition has no change. but the function print has been changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions